# Event Usage Basic Timeline

This basic event tracking report is presented in a timeline format which is meant to show the daily usage of a small subset. Normally, the timeline chart is used to drill-down on a selection of events that can be seen on the data table. This report returns a daily/weekly/monthly timeline of how many times each of the requested events occurred. The event occurrence counts can optionally be divided by the number of users on each day/week/month, the number of user sessions, runtime hours, etc.

Endpoint: POST /v3/reporting/eventTracking/basic/timeline/{product_id}
Version: 3.0.0

## Header parameters:

  - `Content-Type` (string)
    Example: "application/json"

  - `RUI-Client` (string)
    Example: "Postman"

  - `RUI-Client-Version` (string)
    Example: "0.0.1"

  - `Origin` (string)
    Example: "https://analytics.revenera.com"

## Path parameters:

  - `product_id` (string, required)


